home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 1.0 Introduction / 1.0 Introduction / 00336_Script_336 < prev    next >
Text File  |  1994-08-23  |  352b  |  18 lines

  1. -- Florida Facts 3
  2.  
  3. global fromPicture
  4. setCursors "5,6,7,9,11,13,15,17,19,21"
  5.  
  6. if not(fromPicture) then
  7.   hideChannel 8
  8.   hideChannel 10
  9.   hideChannel 12
  10.   hideChannel 14
  11.   hideChannel 16
  12.   hideChannel 18
  13.   hideChannel 20
  14.   hideChannel 22
  15. else
  16.   set fromPicture to false
  17.   if the visibility of sprite 18 = true then setCursor 18
  18. end if